Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.platform.audit.annotations.contrib--event

This contribution is part of XML component org.nuxeo.ecm.platform.audit.annotations.contrib inside nuxeo-platform-annotations-core-contrib-5.8.jar

Documentation

Log after annotation events

Extension Point

Extension point event of component NXAuditEventsService.

Contributed Items

  • <event name="annotationCreated"/>
  • <event name="annotationUpdated"/>
  • <event name="annotationDeleted"/>

XML Source

<extension point="event" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService">
    <documentation>Log after annotation events</documentation>
    <event name="annotationCreated"/>
    <event name="annotationUpdated"/>
    <event name="annotationDeleted"/>
  </extension>